home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-05-31 | 537 b | 22 lines | [TEXT/MPS ] |
- // Tumbler_podium.h -- this contains the podium specific routines for the Tumbler app
- //
- //
-
-
- #ifndef _Tumbler_PODIUM_H_
- #define _Tumbler_PODIUM_H_
-
- #include <Events.h>
- #include "Tumbler_Document.h"
-
- #define LeftTopHandle 1
- #define RightTopHandle 2
- #define LeftBottomHandle 3
- #define RightBottomHandle 4
-
- void Podium_DoContent(DocumentPtr theDocument, EventRecord *theEvent) ;
- void Podium_DoBackgroundContent(DocumentPtr theDocument, EventRecord *theEvent) ;
- void Podium_DoIdle(EventRecord *theEvent) ;
- void Podium_Init(void) ;
-
- #endif